<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.shutter {
  overflow: hidden;
  width: 1000px;
  height: 600px;
  position: relative;
  margin: 2px auto 0;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a &gt; img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../img/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../img/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc1 {
  position: absolute;
  z-index: 9999;
  left:50%;
  top: 200px;
  width: 1200px;
	margin-left: -598px;
}
.shutter-desc1 p:first-child{
	font-size: 40px;
  	line-height: 40px;
 	color: #fff;
	margin-bottom: 25px;
}
.shutter-desc1 p:nth-child(2){
	font-size: 16px;
 	color: #fff;
	font-family: Arial;
	margin-bottom: 10px;
}
.shutter-desc1 p:nth-child(3){
	font-size: 16px;
 	color: #fff;
	font-family: Arial;
	margin-bottom: 25px;
}
.shutter-desc1 p:nth-child(4){
	font-size: 16px;
 	color: #fff;
	width: 284px;
	height: 40px;
	line-height: 40px;
	border-left: 3px solid #4a86e8;
	background: rgba(0,0,0,0.5);
	padding-left: 20px;
}</pre></body></html>